home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / irit70 / bin / xgldrvs.cfg < prev    next >
Text File  |  1997-05-01  |  4KB  |  130 lines

  1.  
  2. ;Using gl graphics library, you can set the view/trans. windows location using
  3. ;The two variables below as 'x1, x2, y1, y2'
  4. TransPrefPos    "855, 1040, 220, 967"
  5. ViewPrefPos    "1,   850, 220, 967"
  6. ;TransPrefPos    "455, 640, 320, 767"
  7. ;ViewPrefPos    "1,   450, 320, 767"
  8.  
  9. ;Specifies the background color.
  10. BackGround    "0 0 0"
  11.  
  12. ;Sets the light source position as (X, Y, Z, W).
  13. ;W of 0.0 denotes a light source at infinity.
  14. LightSrcPos    "1.0, 2.0, 10.0, 0.0"
  15.  
  16. ;Name of command/program to execute every iteration of animation sequence.
  17. ExecAnimCmd    ""
  18.  
  19. ;Should hold Min,Max,Dt{,s} for automatic animation on startup.
  20. ExecAnimation    ""
  21.  
  22. ;If true, display INTERNAL edges (created by IRIT solid modeller) (option -i)
  23. ;Internal    TRUE
  24.  
  25. ;Draw vertices normals using NormalLength above if TRUE and vertex has
  26. ;normal attribute ([NORMAL X Y Z]).
  27. DrawVNormal    FALSE
  28.  
  29. ;Draw polygons normals using NormalLength above if TRUE and polygon has
  30. ;plane attribute ([PLANE A B C D]).
  31. DrawPNormal    FALSE
  32.  
  33. ;Do we want to be more talkative!?
  34. MoreVerbose    FALSE
  35.  
  36. ;If TRUE, enforce a unit matrix.
  37. UnitMatrix    FALSE
  38.  
  39. ;If TRUE polygons ware shared solid. Otherwise as wireframe.
  40. DrawSolid    FALSE
  41.  
  42. ;If TRUE back facing polygons will not be drawn.
  43. BFaceCull    FALSE
  44.  
  45. ;If TRUE double buffering will be used. Otherwise single buffer.
  46. DoubleBuffer    TRUE
  47.  
  48. ;Debug input stream by printing recieved object.
  49. DebugObjects    FALSE
  50.  
  51. ;Debug input stream by echoing input.
  52. DebugEchoInput    FALSE
  53.  
  54. ;Sets depth cue status to begin with - drawing of the lines with negative Z
  55. ; (depth) as dotted lines
  56. DepthCue    TRUE
  57.  
  58. ;Should we cache the polygonal/polyline data approximation for display?
  59. CacheGeom    TRUE
  60.  
  61. ;If TRUE four polygons are formed from each bilinear
  62. ;in the solid rendering option. Otherwise two polygons.
  63. FourPerFlat    FALSE
  64.  
  65. ;Do we want antialiased lines?
  66. AntiAlias    FALSE
  67.  
  68. ;If TRUE then surfaces control mesh and curves control polygon are drawn as
  69. ;well as the surfaces/curves themselves.
  70. DrawSurfaceMesh    FALSE
  71.  
  72. ;If TRUE then surfaces is subdivided into polygons which are drawn instead
  73. ;of isolines (if FALSE). NumOfIsolines control the fineness of the
  74. ;subdivision in this case.
  75. DrawSurfacePoly FALSE
  76.  
  77. ;Is this display device should be executed stand alone or as a display
  78. ;device for IRIT.
  79. StandAlone    TRUE
  80.  
  81. ;Number of isolines per surface. Should be at least 2.
  82. NumOfIsolines    10
  83.  
  84. ;Number of samples (equally spaced in parametric space) per curve.
  85. SamplesPerCurve    64
  86.  
  87. ;Line width of line drawings, in pixels.
  88. LineWidth    1
  89.  
  90. ;Methods of optimal subdivision of surfaces into polygons.
  91. ;If 0 surfaces are converted into polygons using a fixed grid. Otherwise,
  92. ;if 1 surfaces are adaptively converted into polygons by curvature. Otherwise,
  93. ;if 2 surfaces are adaptively converted into polygons by bilinears.
  94. PolygonOpti    0
  95.  
  96. ;Methods of optimal subdivision of curves into polylines.
  97. ;If 0 curves are sampled in equally spaced intervals.
  98. ;if 1 curves are sampled to minimize dist. between curve and polyline approx.
  99. PolylineOpti    0
  100.  
  101. ;Method of shading:
  102. ; 1. Flat shading
  103. ; 2. Gouraud shading
  104. ; 3. Phong shading
  105. ShadingModel    2
  106.  
  107. ;The transformation to begin with should be in:
  108. ; 1. Screen axes coordinate system
  109. ; 2. Object axes coordinate system
  110. TransMode    1
  111.  
  112. ;The viewing mode to begin with:
  113. ; 1. Perspective View
  114. ; 2. Orthographic view
  115. ViewMode    2
  116.  
  117. ;Vertices normal length. This number is divided by 1000 to form object space
  118. ;normal size scaler.
  119. NormalLength    100
  120.  
  121. ;Domain in Z for clipping.
  122. ZClipMin    -2.0
  123. ZClipMax    2.0
  124.  
  125. ;Sets default FineNess for subdivision of surfaces into polygons.
  126. FineNess    10
  127.  
  128. ;Sets the width of the cross drawn for point objects.
  129. PointWidth    0.02
  130.